Package com.cisco.pt.ipc.sim.impl
Class CloudSubLinkImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.CloudSubLinkImpl
- All Implemented Interfaces:
IPCData,CloudSubLink
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
name
-
dlci
protected int dlci
-
-
Constructor Details
-
CloudSubLinkImpl
public CloudSubLinkImpl()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceCloudSubLink- Returns:
- String Returns a String
-
setName
- Specified by:
setNamein interfaceCloudSubLink- Parameters:
name- Takes in a parameter of name
-
getDlci
public int getDlci()- Specified by:
getDlciin interfaceCloudSubLink- Returns:
- int Returns a int
-
setDlci
public void setDlci(int dlci) - Specified by:
setDlciin interfaceCloudSubLink- Parameters:
dlci- Takes in a parameter of dlci
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-